home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir38 / vga_doc2.zip / PCVISION.TXT < prev    next >
Text File  |  1993-01-22  |  3KB  |  74 lines

  1. The PC Vision plus is a framegrabber card.
  2.  
  3.   base+0  (R/W): Control register
  4.   bit   0  Zoom. If set pixels are doubled when displayed.
  5.     1  Gain Adjust Enable.
  6.        If clear the Gain will be incremented or decremented
  7.        (depending on the DIR flag in bit 3) by writes to the Gain and Offset
  8.        Counter (base+4), if set the Gain is fixed.
  9.     2  Offset Adjust Enable.
  10.        If clear the Offset Voltage will be incremented or decremented
  11.        (depending on the DIR flag in bit 3) by writes to the Gain and Offset
  12.        Counter (base+4), if set the Offset Voltage is fixed.
  13.     3  Adjust Direction Control.
  14.        If set writes to the Gain and Offset Counter (base+4)
  15.        will increment the Gain and Offset counters if the appropriate bits
  16.        (bit 1 and 2) are clear.
  17.     4  Board Select. If set the frame buffer is mapped into PC memory.
  18.       5-7  Page select. Selects which of 8 64k pages are mapped in.    
  19.  
  20.  
  21.   base+1  (R/W): Lut Control Register
  22.   bit 0-1  Look-Up Table Mode. Selects one of 4 Look Up Table banks
  23.        for manipulation.
  24.          0= Red LUT, 1= Green LUT, 2= Blue LUT, 3= Input LUT.
  25.       2-4  Input Lut Select. Selects one of 8 Input LUTs
  26.       5-7  Output Lut Select. Selects one of 8 LUTs for each color.
  27.  
  28.   base+2  (R/W): Lut Address Register
  29.   bit 0-7  Offset into the LUT selected by the Lut Control Register (base+1).
  30.        Reads and writes to the LUT Data Port (base+3) will go to this entry.
  31.  
  32.   base+3  (R/W): Lut Data Port
  33.   bit 0-7  This port directly accesses the offset selected by the Lut Address
  34.        Register (base+2) in the LUT selected by the Lut Control Register
  35.        (base+1).
  36.  
  37.   base+4  (W): Gain and Offset Counter
  38.   bot 0-7  Each write to this register will increment or decrement (depending on
  39.        the Direction flag in bit 3 of base+4) the Gain and Offset Voltage
  40.        Counters if Adjust is enabled (base+4 bit 1 and 2).
  41.  
  42.   base+5  (R/W): Acquire and Status register
  43.   bit   0  Video Input Select. If set video input is taken from Channel 1,
  44.        else from Channel 0.
  45.     1  Clock Source Select. If set clock source is a Phase=Locked Loop, 
  46.        else a Crystal Oscillator.
  47.     2  (R) Odd/Even Status. Odd field displayed if set.
  48.     3  (R) Last Field Status. If clear the PCVISION plus is acquiring
  49.        the last field of a grab.
  50.     4  (R) Vertical Blank Status.
  51.            Vertical Blank active if clear (1.4ms).
  52.     5  (R) Horizontal Blank Status.
  53.            Horizontal blank active if clear (12.7us).
  54.       6-7  Acquire Mode.
  55.          0: Freeze. Terminate operation. 
  56.          1: Clear.  Clear video memory.
  57.          2: Snap.   Acquire a single image.  
  58.          3: Grab.   Continously acquire images.  
  59.        When read 0 indicates the system is not busy.
  60.  
  61.   base+6  (R/W): Pan Register
  62.   base+7  (R/W): Scroll Register
  63.   base+8  (R/W): Memory Access Control Register
  64.   base+9  (R/W): Host Mask Register
  65.   bit 0-7  Each bit set prevents the corresponding bit plane from changes
  66.        during host access and clear operations.     
  67.  
  68.   base+Ah (R/W): Video Mask Register
  69.   bit 0-7  Each bit set prevents the corresponding bit plane from changes
  70.        during acquire operations.     
  71.  
  72.   base+Bh (R/W): Pixel Buffer Register 
  73.  
  74.